home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_530 / dme / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  52 lines

  1.  
  2.                   DME
  3.  
  4.               A Programmer's Editor
  5.  
  6.                 Matthew Dillon
  7.  
  8.     DME (c)Copyright 1989, Matthew Dillon, All Rights Reserved.
  9.  
  10.     This program is freely distributable in its original form and for
  11.     non-profit only.
  12.  
  13.     Parts of the sources may be used in unassociated programs (i.e.
  14.     anything that isn't an editor).  You may NOT redistribute modified
  15.     sources, period.
  16.  
  17. INSTALLATION:
  18.     Copy s/.edrc s:
  19.     Copy c/dme c:
  20.     Copy c/dme.info c:
  21.  
  22.     DME is residentable
  23.     Modify s:.edrc according to your desires (read the docs)
  24.  
  25.  
  26. First Time DME users:
  27.     READ THE DOCUMENTATION.  There is no online help for DME.  The
  28.     editor is designed for programmers like me.  However, the
  29.     distributed .edrc does set up some primitive menus to help first
  30.     timers learn some of the more useful keymaps.
  31.  
  32. Seasoned DME users:
  33.     The end of the documentation contains changes and bug fixes to
  34.     this version.  Review the command list.
  35.  
  36.                 Matthew Dillon
  37.                 891 Regal Rd.
  38.                 Berkeley, Ca. 94708
  39.                 USA
  40.  
  41.                 INTERNET: dillon@postgres.berkeley.edu
  42.                 BIX: mdillon
  43.  
  44.  
  45. SOURCE:
  46.     Lattice C V5.04
  47.     dmake -f dmakefile.lattice
  48.     sup32.lib, and associated <local/*.h> includes.
  49.  
  50.     WARNING WARNING WARNING.  V1.40 is experimental and may not compile
  51.     straight using Lattice or Aztec C.
  52.